Gets the specified data from the DICOM data set and assigns it in a new instance of T.
[ExtensionAttribute()]
public static T Get<T>(
DicomDataSet ds,
DicomElement parent
)
<ExtensionAttribute()>
Public Overloads Shared Function Get(Of T As {})( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal parent As Leadtools.Dicom.DicomElement _
) As T
[ExtensionAttribute()]
public:
static _T^_ Getgeneric<typename T>
(
Leadtools.Dicom.DicomDataSet^ ds,
Leadtools.Dicom.DicomElement^ parent
)
where T : gcnew()
ds
The data set to read the information from.
parent
The parent DicomElement that specifies where to start reading in the DicomDataSet.
T
The type of data to get from the DICOM data set.
A new instance of T with the information from the DICOM data set.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET